/*hsy/Ver.20180913*/
/*--------------------移动端调试测试，用完即删-----------------------*/
/*-----------------------------------------------------------------*/
/*html {
	background-color: #f2f2f2;
}
body {
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto !important;
	background-color: #fff;
}*/
/*-----------------------------------------------------------------*/
/*视窗防抖,需要再开*/
/*html {
	overflow-y: scroll;
	注释掉是为了nicescroll
}*/
/*:root {
  overflow-y: auto;
  overflow-x: hidden;
}
:root body {
  position: absolute;
}
body {
  width: 100vw;
  overflow: hidden;
  
}*/

body {
    overflow-x: hidden;
}
ul, li {
	list-style: none;
}
::selection {
    background-color: #d7b679; /*框选时的颜色,请配合页面的取色*/
    color: #fff;
}
* {
	font-family: 'Microsoft YaHei', 'STHeiti', '宋体', 'arial';
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	font-size-adjust: none; /*当第一选择字体不可用时,其他替代字体可能会与第一选择字体大小不一样,none表示其他替代字体使用其默认大小*/
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent; /*去掉点击iOS中的链接时的高亮颜色*/
    -webkit-font-smoothing: antialiased !important; /*ios上文字抗锯齿,win无效*/
    -moz-osx-font-smoothing: grayscale; /*Firefox上文字抗锯齿,win无效*/
    -webkit-transform: translate3d(1,1,1);
    transform: translate3d(1,1,1);
    text-rendering: auto; /*主流内核支持的文字渲染方式，auto:智能，optimizeSpeed：着重渲染速度，optimizeLegibility：着重清晰度，geometricPrecision：着重几何精度*/
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
    margin: 0
}
*:focus {
    outline: 0
}
.page-wrapper {
	overflow: hidden;
}
a:hover, a:focus, a:visited {
	text-decoration: none;
	outline: none;
}
a:hover {
}
.relative {
	position: relative;
}
img {
	max-width: 100%;
	height: auto;
}
select, input, textarea {
	outline: none;
}
.text-truncate,.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
html {
	font-size: 14px;
	-webkit-text-size-adjust: 100%; /*当第一选择字体不可用时,其他替代字体可能会与第一选择字体大小不一样,100%表示其他替代字体强制与第一选择字体的x-height相同*/
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar; /*规定溢出元素的首选滚动方法，可以无视，大部分浏览器不支持，它是overflow的辅助属性，但一般都用不到它，直接写overflow属性时就决定了最终效果，例如产生裁剪或滚动条*/
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	margin: 0;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	margin: .67em 0;
	font-size: 2em;
}
mark {
	color: #000;
	background: #ff0;
}
small {
	font-size: 80%;
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 padding: 0;
 border: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0;
}
legend {
	padding: 0;
	border: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
td, th {
	padding: 0;
}
/*针对适配等比缩放*/
/*@media only screen and (min-width: 1024px){
body{zoom:3.2;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
body{zoom:2.4;}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
body{zoom:2;}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
body{zoom:1.68;}
}
@media only screen and (min-width: 480px) and (max-width: 539px) {
body{zoom:1.5;}
}
@media only screen and (min-width: 414px) and (max-width: 479px) {
body{zoom:1.29;}
}
@media only screen and (min-width: 400px) and (max-width: 413px) {
body{zoom:1.25;}
}
@media only screen and (min-width: 375px) and (max-width: 413px) {
body{zoom:1.17;}
}
@media only screen and (min-width: 360px) and (max-width:374px) {
body{zoom:1.125;}
}*/
@media print {
*, *:before, *:after {
	color: #000 !important;
	text-shadow: none !important;
	background: transparent !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

a, a:visited {
	text-decoration: underline;
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
p, h2, h3 {
	orphans: 3; /*设置当元素内部发生分页时必须在页面底部保留的最少行数*/
	widows: 3; /*设置当元素内部发生分页时必须在页面顶部保留的最少行数*/
}
h2, h3 {
	page-break-after: avoid; /*一般用于打印时,设置元素后的分页行为,avoid:避免在元素后插入分页符*/
}
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #337ab7; 
	text-decoration: none;
}
a:hover, a:focus {
	color: #23527c;
	text-decoration: none;
}
a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}
[role="button"] {
	cursor: pointer;
}
h1>a,h2>a,h3>a,h4>a,h5>a,h6>a {
    display: inline
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.25;
	color: inherit;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h1, .h1 {
	font-size: 36px;
}
h2, .h2 {
	font-size: 30px;
}
h3, .h3 {
	font-size: 24px;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 14px;
}
h6, .h6 {
	font-size: 12px;
}
p {
	margin: 0 0 10px;
}
small, .small {
	font-size: 85%;
}
ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.text-center {
	text-align: center;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}